home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / mubmp200.zip / INST16 / MULTILOD.DFM / MULTILOD.txt
Text File  |  1996-03-25  |  3KB  |  167 lines

  1. object MCMultiBitmapLoadDialog: TMCMultiBitmapLoadDialog
  2.   Left = 120
  3.   Top = 103
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'SmartLoader'
  7.   ClientHeight = 226
  8.   ClientWidth = 375
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object SrcLabel: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 145
  20.     Height = 16
  21.     AutoSize = False
  22.     Caption = 'Loaded images'
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     IsControl = True
  29.   end
  30.   object Label1: TLabel
  31.     Left = 168
  32.     Top = 28
  33.     Width = 56
  34.     Height = 16
  35.     Caption = '640x480'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 168
  39.     Top = 60
  40.     Width = 56
  41.     Height = 16
  42.     Caption = '800x600'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 168
  46.     Top = 92
  47.     Width = 64
  48.     Height = 16
  49.     Caption = '1024x768'
  50.   end
  51.   object Label4: TLabel
  52.     Left = 168
  53.     Top = 124
  54.     Width = 72
  55.     Height = 16
  56.     Caption = '1280x1024'
  57.   end
  58.   object Label5: TLabel
  59.     Left = 168
  60.     Top = 156
  61.     Width = 72
  62.     Height = 16
  63.     Caption = '1600x1200'
  64.   end
  65.   object OKBtn: TBitBtn
  66.     Left = 99
  67.     Top = 188
  68.     Width = 77
  69.     Height = 27
  70.     Font.Color = clBlack
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.     TabOrder = 0
  76.     Kind = bkOK
  77.     Margin = 2
  78.     Spacing = -1
  79.     IsControl = True
  80.   end
  81.   object CancelBtn: TBitBtn
  82.     Left = 199
  83.     Top = 188
  84.     Width = 77
  85.     Height = 27
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.     TabOrder = 1
  92.     Kind = bkCancel
  93.     Margin = 2
  94.     Spacing = -1
  95.     IsControl = True
  96.   end
  97.   object SrcList: TListBox
  98.     Left = 8
  99.     Top = 24
  100.     Width = 144
  101.     Height = 153
  102.     DragMode = dmAutomatic
  103.     Font.Color = clBlack
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = [fsBold]
  107.     ItemHeight = 13
  108.     MultiSelect = True
  109.     ParentFont = False
  110.     Sorted = True
  111.     TabOrder = 2
  112.     OnDragDrop = SrcListDragDrop
  113.     OnDragOver = SrcListDragOver
  114.     IsControl = True
  115.   end
  116.   object Edit1: TEdit
  117.     Left = 248
  118.     Top = 24
  119.     Width = 121
  120.     Height = 24
  121.     DragMode = dmAutomatic
  122.     TabOrder = 3
  123.     OnDragDrop = Edit1DragDrop
  124.     OnDragOver = Edit1DragOver
  125.   end
  126.   object Edit2: TEdit
  127.     Left = 248
  128.     Top = 56
  129.     Width = 121
  130.     Height = 24
  131.     DragMode = dmAutomatic
  132.     TabOrder = 4
  133.     OnDragDrop = Edit1DragDrop
  134.     OnDragOver = Edit1DragOver
  135.   end
  136.   object Edit3: TEdit
  137.     Left = 248
  138.     Top = 88
  139.     Width = 121
  140.     Height = 24
  141.     DragMode = dmAutomatic
  142.     TabOrder = 5
  143.     OnDragDrop = Edit1DragDrop
  144.     OnDragOver = Edit1DragOver
  145.   end
  146.   object Edit4: TEdit
  147.     Left = 248
  148.     Top = 120
  149.     Width = 121
  150.     Height = 24
  151.     DragMode = dmAutomatic
  152.     TabOrder = 6
  153.     OnDragDrop = Edit1DragDrop
  154.     OnDragOver = Edit1DragOver
  155.   end
  156.   object Edit5: TEdit
  157.     Left = 248
  158.     Top = 152
  159.     Width = 121
  160.     Height = 24
  161.     DragMode = dmAutomatic
  162.     TabOrder = 7
  163.     OnDragDrop = Edit1DragDrop
  164.     OnDragOver = Edit1DragOver
  165.   end
  166. end
  167.